func regexp/syntax.matchRune

2 uses

	regexp/syntax (current package)
		parse.go#L1309: func matchRune(re *Regexp, r rune) bool {
		parse.go#L1350: 		if matchRune(src, '\n') {